'宣言 Public Overloads Shared Function ToFullWidth( _ ByRef processedAll As System.Boolean, _ ByVal ParamArray c() As System.Char _ ) As System.Char
public static System.char ToFullWidth( out System.bool processedAll, params System.char[] c )
パラメータ
- processedAll
- When the soundex character is processed a true is returned; otherwise, a false returned.
- c
- An array of characters.
戻り値の型
Full width character of c, otherwise the original character is returned.